home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / system / backup2007 / bssetup.exe / {app} / bs.exe / 1033 / MANIFEST / 1
Extensible Markup Language  |  2007-05-18  |  947b  |  28 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  3.   <assemblyIdentity name="ec-software" processorArchitecture="x86" version="5.1.0.0" type="win32"/>
  4.   <description>Windows Shell</description>
  5.  
  6.   <dependency>
  7.     <dependentAssembly>
  8.       <assemblyIdentity
  9.         type="win32"
  10.         name="Microsoft.Windows.Common-Controls"
  11.         version="6.0.0.0"
  12.         processorArchitecture="*"
  13.         publicKeyToken="6595b64144ccf1df"
  14.         language="*"
  15.         />
  16.     </dependentAssembly>
  17.   </dependency>
  18.   <v3:trustInfo xmlns:v3="urn:schemas-microsoft-com:asm.v3">
  19.     <v3:security>
  20.       <v3:requestedPrivileges>
  21.         <!-- level can be "asInvoker", "highestAvailable", or "requireAdministrator" -->
  22.         <v3:requestedExecutionLevel level="asInvoker" />
  23.       </v3:requestedPrivileges>
  24.     </v3:security>
  25.   </v3:trustInfo>
  26. </assembly>
  27.  
  28.